------------------------------------------------------------------------
			CU Telephony README
                           September 1999
------------------------------------------------------------------------
To run ITX applications such as CUPS, PINT, or SPOT, the following two
environment variables need to be set:

1) ClassPath
------------
To run CUPS, the value of ClassPath needs to be set to reference itx.jar
(Java ARchive executable) file.  Location your destination folder for
CU Telephony software, usually C:\Program Files\Cnrg\CU Telephony\.
Set the value of ClassPath to:

   C:\Program Files\Cnrg\CU Telephony\lib\itx.jar

To run PINT, the value of ClassPath needs to be set to reference itx.jar
and swingall.jar files.  Locate your destination folder for CU Telephony
software, usually C:\Program Files\Cnrg\CU Telephony\, and set the value 
of ClassPath to:

   C:\Program Files\Cnrg\CU-Telephony\lib\itx.jar;
   C:\Program Files\Cnrg\pint\swingall.jar        (all in one line)

To run SPOT, the value of ClassPath needs to be set to reference itx.jar,
msoffice.jar and swingall.jar files.  Location your destination folder for
CU Telephony, usually C:\Program Files\Cnrg\CU Telephony\ and set the value 
of ClassPath to:

   C:\Program Files\Cnrg\CU-Telephony\lib\itx.jar;
   C:\Program Files\Cnrg\CU Telephony\spot\lib\msoffice.jar;
   C:\Program Files\Cnrg\pint\swingall.jar        (all in one line)

How to set up your ClassPath: For WindowsNT, Windows98, and Windows95
users, go to Start->Settings->Control Panel, double-click the "System"
icon, go to the "Environment" panel, under your user variables list, 
if ClassPath already exists, append the above values associated with
the variable.  If it does not exist, create a variable, ClasssPath,
and put in the above value.

For Windows3.1 users, modify C:\autoexec.bat file to insert the following line:
SET CLASSPATH="C:\PROGRA~1\CNRG\CU TEL~1\LIB\ITX.JAR;C:\PROGRA~1\CNRG\
CU TEL~1\SPOT\LIB\MSOFFICE.JAR;C:\PROGRA~1\CU TEL~1\PINT\SWINGALL.JAR

2) Path
-------
To run CUPS, PINT, and SPOT, the value of Path needs to be set to 
reference the directory where JAudio.dll and DSComm.dll resides.  
Locate your destination folder for CU Telephony software, usually 
C:\Program Files\Cnrg\CU Telephony\.  Set the value of Path to:

   c:\Program Files\Cnrg\CU Telelphony\dll

How to set up:
For WindowsNT, Windows98, and Windows95 users, go to Start->Settings->Control Panel,
double-click the "System" icon, go to "Environment" panel, under your
user variables list, if Path already exists, append the above value associated
with the variable.  If it does not exist, create a variable, Path, and put 
in the above value.

For Windows3.1 users, modify C:\autoexec.bat file to insert the following
line:
SET PATH="C:\PROGRA~1\CNRG\CU TEL~1\DLL"
